@charset "utf-8";
* {margin:0;padding:0;border:0;outline:medium;text-shadow:none;text-decoration:none;}
html {height:100%;}
html,body {background:#fff;width:100%;min-height:100%;}
body {overflow-x:hidden;color:#000;font-size:12px;line-height:1;position:relative;-webkit-text-size-adjust:none;-ms-text-size-adjust:none;-webkit-tap-highlight-color:rgba(0,0,0,0);}
body.nav-open {overflow:hidden;}
@media(min-width:768px){
  body {font-size:13px;}
}
@media(min-width:992px){
  body {font-size:14px;}
}
@media(min-width:1200px){
  body {font-size:15px;}
}
@media(min-width:1400px){
  body {font-size:16px;}
}
@media(min-width:1600px){
  .container {max-width:1430px;margin:0 auto;}
}

input {vertical-align:middle;}
textarea {resize:none;}
h1,h2,h3,h4,h5,h6 {font-weight:normal;font-size:14px;}
hr {border-width:1px;border-style:inset;}
ul {list-style:none;padding:0;}
p {margin:0;}
a,a:link,a:active,a:visited,a:hover {color:inherit;text-decoration:none;}
i,em {font-style:normal;}
/*input placeholder 样式 */
::-webkit-input-placeholder {color:#999999;}
:-moz-placeholder {color:#999999;}
::-moz-placeholder {color:#999999;}
:-ms-input-placeholder {color:#999999;}
/*修改滚动条*/
::-webkit-scrollbar {width:6px;height:6px;}
::-webkit-scrollbar-track {box-shadow:inset 0 0 6px transparent;background:#f8f8f8;border-radius:6px;}
::-webkit-scrollbar-thumb {border-radius:6px;background:#bbb;}
img {image-rendering:-moz-crisp-edges;image-rendering:-o-crisp-edges;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;-ms-interpolation-mode:nearest-neighbor;}
.ratio {overflow: hidden;}
.ratio img {position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) scale(1);width:100%;height:unset;max-width:100%;transition:.36s all linear;}
/* 无内容 */
.no-goods,.no-network {padding-top:100px;overflow:hidden;text-align:center;}
.no-goods img {display:block;margin:0 auto 30px;width:220px;max-height:105px;}
.no-network img {display:block;margin:0 auto 30px;width:222px;height:160px;}
.no-goods p,.no-network p {font-size:14px;color:#666666;line-height:20px;}

/*手机端分页处理*/
.de-page-mian {padding-top:25px;}
@media(max-width:767px) {
  .de-page-mian .page-inner a {margin-right:0!important;}
  .de-page-mian span,.de-page-mian input,.de-page-mian .page-btn,.de-page-mian .prev,.de-page-mian .next {display:none!important;}
}

.imgbox {position:relative;width:100%;overflow:hidden;}
.imgbox:after {content:'';display:block;padding-top:75%;}
.imgbox img {max-width:100%;max-height:100%;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);transition:.36s all;}

.iframe-video {width:100%;height:470px;overflow:hidden;margin-bottom:30px;}
.iframe-video .video-preview {position:relative;display:block;width:100%;height:100%;font-size:0;text-align:center;cursor:pointer;}
.iframe-video .video-preview::after {position:absolute;content:'';left:0;top:0;right:0;bottom:0;background:rgba(0,0,0,0.2);z-index:1;}
.iframe-video .video-preview::before {position:absolute;content:'';left:0;top:0;right:0;bottom:0;background:url(../images/media-icon.png) no-repeat center;z-index:2;}
.iframe-video .video-preview img {display:inline-block;vertical-align:middle;max-width:100%;max-height:100%;}
.iframe-video iframe {display:block;width:100%;height:100%;}

@font-face {
  font-family: 'iconfont';  /* Project id 2005099 */
  src: url('//at.alicdn.com/t/font_2005099_rqqmkt1vsb9.woff2?t=1646974473099') format('woff2'),
       url('//at.alicdn.com/t/font_2005099_rqqmkt1vsb9.woff?t=1646974473099') format('woff'),
       url('//at.alicdn.com/t/font_2005099_rqqmkt1vsb9.ttf?t=1646974473099') format('truetype');
}
.ali-icon {font-family: 'iconfont';}

.topbar {line-height: 35px;background: #3b3b3b;overflow: hidden;position: relative;}
.topbar .t1 {color:#fff;background: #00a281;font-size:14px;position: relative;z-index: 2;}
.topbar .t1:before {content:'';background: #00a281;position: absolute;left:0;top:0;width:100%;height:100%;transform:translateX(-99%);z-index: -1;}
.topbar .t2 {color:#b8b8b8;font-size:14px;text-align:right;}
.topbar .c1 {padding:0 15px;border-left:1px solid #565656;display:inline-block;}
.topbar .c1:hover {color:#fff;}
.wx {display:none;width:200px;position: fixed;z-index: 7;top:35px;right:5%;background: #fff;box-shadow:5px 5px 0 0 rgba(0,0,0,.5);border:1px solid #eee;}
.header {background:#fff;padding:10px 0;display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: -o-flex;display: flex;align-items: center;
	position:relative;overflow:hidden;transition:.36s all linear;}
.header .logo {flex:0 0 85%;max-width:85%;display:flex;}
.header .logotxt {margin-left:15px;padding-left:15px;line-height: 1.3;}
.header .logo .t1 {color:#222;font-weight: bold;font-size:15px;display:none;}
.header .logo .t2 {color:#00a281;}
.header .tel {flex:0 0 15%;max-width:15%;}
.header .tel .c1 {color:#e11111;font-weight: bold;font-size:20px;font-family: 'Arial';}
@media(max-width:767px) {
	.header .logo img {max-height:50px;}
}
@media(min-width:768px) {
  	.header {padding:15px 0 10px;}
  	.header .logo {flex:0 0 70%;max-width:70%;}
  	.header .logo .t1 {display:block;}
  	.header .tel {flex:0 0 30%;max-width:30%;}
}
@media(min-width:992px) {
	.header {padding:20px 0 15px;}
  	.header .logo .t1 {font-size:16px;}
	.header .tel .c1 {font-size:24px;}
}
@media(min-width:1200px) {
  	.header {padding:25px 0 20px;}
  	.header .logo .t1 {font-size:17px;}
	.header .tel .c1 {font-size:26px;}
}
@media(min-width:1400px) {
  	.header {padding:30px 0 25px;}
  	.header .logo .t1 {font-size:18px;}
	.header .tel .c1 {font-size:28px;}
}
@media(min-width:1600px) {
  	.header {padding:35px 0 30px;}
  	.header .logo .t1 {font-size:19px;}
  	.header .tel .c1 {font-size:31px;}
}

.nav {background:#00a281;color:#fff;position:relative;z-index:1;}
.nav .list {display:flex;align-items:center;flex-wrap:wrap;}
.nav .slide {flex:0 0 25%;max-width:25%;text-align:center;position:relative;transition:.36s all linear;}
.nav .slide>a {display:block;height:35px;line-height:35px;}
.nav .slide i {display:none;}
.nav .subnav {border-top:2px solid #00a281;pointer-events: none;display:none;overflow:hidden;color:#333;background:rgba(255,255,255,.9);position:absolute;z-index:3;bottom:0;left:0;right:0;transform:translateY(100%);}
.nav .subnav a {display:block;height:40px;line-height: 40px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;padding:0 10px;}
.nav .slide.active,.nav .slide:hover {background:#fb9316;transition:.36s all linear;}
@media(max-width:767px) {
	.nav .slide {border: 1px solid rgba(255,255,255,.1);}
}
@media(min-width:768px) {
	.nav {color:#222;flex-wrap:nowrap;background: none;}
	.nav .slide {flex:1;}
	.nav .slide>a {display:block;height: 50px;line-height: 50px;}
  .nav .slide>a:after {content:'';width:1px;height:15px;background:#d6d6d6;position: absolute;right:0;top:50%;transform:translate(0,-50%);}
  .nav .slide:last-child>a:after {opacity: 0;}
  .nav .slide.active,.nav .slide:hover {color:#fff;background:none;}
  .nav .slide.active>a:before,.nav .slide:hover>a:before {content:'';height:80%;width:80%;background:#00a281;position: absolute;z-index:-1;left:10%;top:10%;border-radius:10px;}
}
@media(min-width:992px) {
	.nav .slide>a {height: 55px;line-height: 55px;position: relative;}
	.nav .slide.active,.nav .slide:hover {background:unset;transition:.36s all linear;}
	.nav .slide:hover .subnav {display:block;}
	.nav .slide .subnav {font-size:14px;pointer-events: auto;}
	.nav .slide .subnav a:hover,.nav .slide .subnav a.active {color:#fff;background:#00a281;transition:.15s all linear;}
}
@media(min-width:1200px) {
  	.nav .slide>a {height: 60px;line-height: 60px;}
  	.nav .slide .subnav {font-size:15px;}
	.nav .subnav a {height:45px;line-height: 45px;}
}
@media(min-width:1400px) {
  	.nav .slide>a {height: 65px;line-height: 65px;}
}
@media(min-width:1600px) {

}

.banner {overflow:hidden;background: #000;}
.banner .swiper-pagination {text-align: right;padding-right: 12%;bottom:5%;}
.banner .swiper-pagination-bullet {background:#c8c9ca;opacity: 1;}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {background: #ca191b;}
.banner .swiper-button-next.swiper-button-disabled,.banner .swiper-button-prev.swiper-button-disabled {pointer-events:unset;}
.banner .swiper-button-prev,.banner .swiper-button-next {right:16%;color:#fff;font-size:170%;width:55px;height:55px;border-radius:50%;border:1px solid #fff;background:rgba(255,255,255,.44);}
.banner .swiper-button-prev {transform:rotateY(180deg);left:16%;right:0;}
.banner .swiper-button-next:after, .banner .swiper-button-prev:after {display: none;}
.banner-box {position:relative;left:50%;transform:translateX(-50%);text-align: center;}
@media(min-width:1200px) {
  .banner-box {width:100%;min-width:1600px;}
}
@media(min-width:1400px) {
  .banner-box {width:100%;min-width:1920px;}
}
@media(min-width: 1600px) {
	.banner .swiper-button-prev,.banner .swiper-button-next {right:10%;}
	.banner .swiper-button-prev {left:10%;right:0;}
}

.prev_next {margin:20px 0;display:flex;flex-wrap:wrap;}
.page-a {line-height: 1.5;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.next_page {margin-top:15px;}
.location {color:#999;line-height:2.4;white-space: nowrap;overflow:hidden;text-overflow: ellipsis;}
.location a:hover {color:#00a281;}
@media(max-width:767px) {
	.location {margin-left:-15px;margin-right:-15px;}
}
@media(min-width:768px) {
	.location {line-height: 2.6;}
}
@media(min-width:992px) {
  .next_page {margin-top:0px;}
  .page-a:hover {color:#00a281;}
	.location {line-height: 2.8;}
}
@media(min-width:1200px) {
	.location {font-size:14px;line-height: 3.2;}
}
@media(min-width:1400px) {
	.location {line-height: 3.6;}
}
@media(min-width:1600px) {
	.location {line-height: 4;}
}

.inbanner {width:100%;overflow:hidden;position:relative;}
.inbanner img {width:100%;position:relative;left:50%;transform:translateX(-50%);}
@media(min-width:768px) {
}
@media(min-width:992px) {
}
@media(min-width:1200px) {
}
@media(min-width:1400px) {
}
@media(min-width:1600px) {
}

.hotbar {border-bottom:1px solid #eeeeee;line-height: 40px;}
.hotbar .t1 {width:90px;font-weight: bold;}
.hotbar .list {flex:1;width:50%;white-space:nowrap;}
.hotbar .more {color:#fff;background: #00a281;width:120px;height:35px;line-height: 35px;border-radius:500px;text-align: center;display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: -o-flex;display: flex;justify-content:center;align-items: center;}
.hotbar .more i {font-size:120%;}
.hotbar .more:hover {background: #fb9316;}
@media(max-width:767px) {
	.hotbar .list {overflow-x: scroll;}
}
@media(min-width:768px) {
	.hotbar {line-height: 45px;}
}
@media(min-width:992px) {
	.hotbar {line-height: 50px;}
	.hotbar .t1 {width:100px;padding:0;}
}
@media(min-width:1200px) {
	.hotbar {line-height: 55px;}
	.hotbar .list a:hover {color:#00a281;}
	.hotbar .more {width:140px;height:40px;line-height: 40px;}
}
@media(min-width:1400px) {
	.hotbar {line-height: 60px;}
}
@media(min-width:1600px) {
	.hotbar {line-height: 65px;}
}

.index01 {padding:15px 0 20px;}
.index01 .title {text-align: center;margin-bottom: 15px;}
.index01 .title .t1 {color:#333;font-size:22px;font-weight: bold;display: inline-block;position: relative;}
.index01 .title .t1:before {content:'';position: absolute;left:0;top:50%;height:2px;background: #00a281;width:40px;transform:translateX(-200%);}
.index01 .title .t1:after {content:'';position: absolute;right:0;top:50%;height:2px;background: #00a281;width:40px;transform:translateX(200%);}
.index01 .title .t2 {color:#666;margin-top: 7px;line-height: 1.5;}
.index01 .type .s1 {color:#fff;background: #00a281;font-size:17px;line-height: 55px;padding-left: 20px;}
.index01 .type .m1 {transform:rotate(-90deg);}
.index01 .type .s1.active .m1 {transform:rotate(0deg);}
.index01 .type .list {border-left:1px solid #dedede;border-right:1px solid #dedede;}
.index01 .type .list .slide {color:#444444;border-bottom:1px solid #dedede;line-height: 35px;padding:0 20px;background:url(../images/i.png) no-repeat right 15px center;}
.index01 .type .list .slide a {display:block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.index01 .type .contact {background: #e8e8e8;padding:20px 15px;margin-top: 10px;}
.index01 .type .contact .s2 {color:#333333;font-weight: bold;font-size:14px;}
.index01 .type .contact .s2:after {content:'';display:block;background: #00a281;height:3px;width:40px;margin: 5px 0;}
.index01 .type .contact .s3 {color:#333333;line-height: 2;}
.index01 .type .contact .tel {color:#fff;background: #00a281;height:35px;margin-top: 10px;}
.index01 .type .contact .tel .icon {font-size:150%;border-right:1px solid #e8e8e8;margin-right:10px;width:35px;height:35px;line-height: 35px;text-align: center;}
.index01 .type .contact .s4 {font-weight: bold;font-size:16px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.index01 .content {margin-top: 15px;}
.index01 .content .slide .imgbox {border:1px solid #cecece;}
.index01 .content .slide .imgbox img {-webkit-transition:all 1s ease-in-out 0s;-moz-transition:all 1s ease-in-out 0s;-ms-transition:all 1s ease-in-out 0s;-o-transition:all 1s ease-in-out 0s;transition:all 1s ease-in-out 0s;-webkit-transform:translate(-50%,-50%) scale(1.01);-ms-transform:translate(-50%,-50%) scale(.01);-o-transform:translate(-50%,-50%) scale(1.01);transform:translate(-50%,-50%) scale(1.01);opacity:1;filter:alpha(opacity=100);}
.index01 .content .slide .c1 {margin:10px 0;padding:0 10px;text-align: center;}
@media(max-width:991px) {
	.index01 .type .list {display:none;}
	.index01 .type .list.active {display:block;}
}
@media(min-width:576px) {
  .index01 {padding:20px 0 25px;}
}
@media(min-width:768px) {
	.index01 {padding:25px 0 25px;}
	.index01 .title {margin-bottom: 20px;}
  .index01 .title .t1 {font-size:26px;}
  .index01 .type .s1 {font-size:18px;line-height: 60px;}
  .index01 .type .list .slide {line-height: 42px;}
  .index01 .type .contact .s2 {font-size:15px;}
  .index01 .type .contact .s2:after {margin:10px 0;}
	.index01 .type .contact .s4 {font-size:14px;}
	.index01 .content {margin-top: 20px;}
}
@media(min-width:992px) {
	.index01 {padding:30px 0 30px;}
	.index01 .title {margin-bottom: 25px;}
  .index01 .title .t1 {font-size:28px;}
  .index01 .type {width:264px;}
  .index01 .type .s1 {font-size:19px;line-height: 65px;}
  .index01 .type .list .slide {border-left:2px solid rgba(0,0,0,0);line-height: 47px;text-align: left;padding:0 20px;transition: .2s all linear;}
  .index01 .type .list .slide:hover {background: #f8f8f8 url(../images/i.png) no-repeat right 10px center;border-left:2px solid #00a281;transition: .2s all linear;}
  .index01 .type .contact .s2 {font-size:16px;}
  .index01 .type .contact .s2:after {margin:11px 0;}
  .index01 .type .contact .s3 {font-size:13px;}
	.index01 .type .contact .tel {height:38px;margin-top: 15px;}
	.index01 .type .contact .tel .icon {width:38px;height:38px;line-height: 38px;}
	.index01 .type .contact .s4 {font-size:14px;}
  .index01 .content {flex:1;width:50%;margin-left:11px;margin-top: 0;}
}
@media(min-width:1200px) {
	.index01 {padding:35px 0 40px;}
  .index01 {padding-bottom:50px;}
	.index01 .title {margin-bottom: 30px;}
  .index01 .title .t1 {font-size:32px;}
  .index01 .title .t2 {margin-top: 10px;}
  .index01 .type .s1 {font-size:20px;line-height: 70px;padding-left: 25px;}
  .index01 .type .list .slide {line-height: 53px;padding:0 20px 0 25px;}
  .index01 .type .contact {padding:25px 15px;}
  .index01 .type .contact .s2 {font-size:17px;padding:0 10px;}
  .index01 .type .contact .s2:after {margin:13px 0;}
  .index01 .type .contact .s3 {font-size:14px;padding:0 10px;}
	.index01 .type .contact .tel {height:40px;margin-top: 20px;}
	.index01 .type .contact .tel .icon {width:40px;height:40px;line-height: 40px;}
	.index01 .type .contact .s4 {font-size:14px;}
  .index01 .content .slide .c1 {margin: 15px 0;}
  .index01 .content .slide:hover .c1 {color:#00a281;}
  .index01 .content .slide .imgbox {background:#000;}
  .index01 .content .slide .imgbox:before {position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(255,255,255,0.4);content:'';-webkit-transition:all .6s ease-in-out 0s;-moz-transition:all .6s ease-in-out 0s;-ms-transition:all .6s ease-in-out 0s;-o-transition:all .6s ease-in-out 0s;transition:all .6s ease-in-out 0s;-webkit-transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-110%,0);transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-110%,0);opacity:0.5;}
  .index01 .content .slide:hover .imgbox:before {-webkit-transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,110%,0);transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,110%,0);opacity:1;}
  .index01 .content .slide:hover .imgbox img {-webkit-transform:translate(-50%,-50%) scale(1.1);-ms-transform:translate(-50%,-50%) scale(1.1);-o-transform:translate(-50%,-50%) scale(1.1);transform:translate(-50%,-50%) scale(1.1);opacity:0.6;filter:alpha(opacity=60);}
}
@media(min-width:1400px) {
	.index01 {padding:40px 0 50px;}
	.index01 .title {margin-bottom: 35px;}
  .index01 .title .t1 {font-size:34px;}
  .index01 .title .t2 {font-size:17px;margin-top: 13px;}
  .index01 .type .s1 {font-size:21px;line-height: 75px;padding-left: 30px;}
  .index01 .type .list .slide {line-height: 57px;padding-left:30px;}
  .index01 .type .contact {padding:30px 15px;}
  .index01 .type .contact .s2 {font-size:18px;}
	.index01 .type .contact .tel {height:43px;margin-top: 25px;}
	.index01 .type .contact .tel .icon {width:43px;height:43px;line-height: 43px;}
	.index01 .type .contact .s4 {font-size:16px;}
  .index01 .content .slide .c1 {margin: 20px 0;}
}
@media(min-width:1600px) {
	.index01 {padding:45px 0 60px;}
	.index01 .title {margin-bottom: 40px;}
  .index01 .title .t1 {font-size:36px;}
  .index01 .title .t2 {margin-top: 15px;}
  .index01 .type .s1 {font-size:22px;line-height: 80px;}
  .index01 .type .list .slide {line-height: 60px;}
  .index01 .type .contact .s2 {font-size:19px;}
	.index01 .type .contact .tel {height:45px;margin-top: 30px;}
	.index01 .type .contact .tel .icon {width:45px;height:45px;line-height: 45px;}
	.index01 .type .contact .s4 {font-size:18px;}
}

.index02 {padding:20px 0 20px;overflow: hidden;position: relative;background:url(../images/in02_bg.jpg) no-repeat;background-size:cover;}
.index02 .img img {position: absolute;top:60%;left:5%;transform:translateY(-50%);}
.index02 .content {position: relative;z-index: 1}
.index02 .content .title {background: #fff;padding:10px;display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: -o-flex;display: flex;justify-content:center;}
.index02 .content .telbox {color:#fff;background: rgba(0,0,0,.46);line-height: 35px;padding:10px;}
.index02 .content .telbox .c1 {font-size:13px;font-weight: bold;}
.index02 .content .telbox .c2 {font-size:20px;}
.index02 .content .telbox .more {font-size:12px;color:#000;background: #ffdf0b;text-align: center;border-radius:5px;margin-left: 10px;padding:0 15px;}
@media(min-width:768px) {
  .index02 .content .telbox {line-height: 40px;}
  .index02 .content .telbox .c1 {font-size:14px;}
  .index02 .content .telbox .c2 {font-size:22px;}
}
@media(min-width:992px) {
  .index02 {padding:20px 0 25px;}
  .index02 .content .title {padding:15px 30px;}
  .index02 .content .telbox .c1 {font-size:15px;}
  .index02 .content .telbox .c2 {font-size:23px;}
  .index02 .content .telbox .more {font-size:13px;margin-left:20px;}
  .index02 .content .telbox .more:hover {color:#fff;background: #00a281;}
}
@media(min-width:1200px) {
  .index02 {padding:25px 0 30px;}
  .index02 .content .title {padding:20px 35px;}
  .index02 .content .telbox {padding:15px;}
  .index02 .content .telbox .c1 {font-size:16px;}
  .index02 .content .telbox .c2 {font-size:24px;}
  .index02 .content .telbox .more {font-size:14px;margin-left:25px;}
}
@media(min-width:1400px) {
  .index02 {padding:25px 0 35px;}
  .index02 .content .title {padding:20px 40px;}
  .index02 .content .telbox .c1 {font-size:17px;}
  .index02 .content .telbox .c2 {font-size:25px;}
  .index02 .content .telbox .more {font-size:15px;margin-left:30px;}
}
@media(min-width:1600px) {
  .index02 {padding:30px 0 40px;}
  .index02 .content .title {padding:20px 50px;}
  .index02 .content .telbox .c1 {font-size:17px;}
  .index02 .content .telbox .c2 {font-size:26px;}
  .index02 .content .telbox .more {padding:0 25px;margin-left:35px;}
}

.index03 {padding:30px 0;position: relative;overflow: hidden;background:url(../images/in03_bg.jpg) no-repeat;background-size: cover;}
.index03 .title {text-align: center;}
.index03 .t1 {color:#333;font-size:22px;font-weight: bold;line-height: 1.2;display:inline-block;position: relative;}
.index03 .title .t1:before {content:'';position: absolute;left:0;top:50%;height:2px;background: #00a281;width:40px;transform:translateX(-200%);}
.index03 .title .t1:after {content:'';position: absolute;right:0;top:50%;height:2px;background: #00a281;width:40px;transform:translateX(200%);}
.index03 .t2 {color:#666;margin-left:15px;margin-top: 5px;line-height: 1.5;}
.index03 .content {margin-top: 15px;}
.index03 .slide {margin:12px 0;padding:12px 0;display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: -o-flex;display: flex;}
.index03 .slide .img {color:#fff;background: #00a281;font-weight: bold;font-size:20px;height:40px;line-height: 40px;padding:0 10px;border-top-right-radius: 500px;border-bottom-right-radius: 500px;}
.index03 .slide .txtbox {flex:1;width:50%;padding-left:15px;}
.index03 .slide .c1 {color:#00a281;font-size:19px;font-weight: bold;line-height: 1.3;}
.index03 .slide .c2 {color:#333333;line-height: 1.8;margin-top: 10px;}
@media(min-width:768px){
	.index03 {padding:40px 0;}
  	.index03 .t1 {font-size:28px;}
	.index03 .slide {margin:18px 0;padding:18px 0;}
	.index03 .slide .img {font-size:22px;height:44px;line-height: 44px;padding:0 11px;}
	.index03 .slide .txtbox {padding-left:25px;}
	.index03 .slide .c1 {font-size:21px;}
}
@media(min-width:992px){
	.index03 {padding:50px 0;}
  	.index03 .t1 {font-size:32px;}
	.index03 .content {margin-top: 20px;}
	.index03 .slide {margin:23px 0;padding:23px 0;}
	.index03 .slide .img {font-size:24px;height:48px;line-height: 48px;padding:0 12px;}
	.index03 .slide .txtbox {padding-left:30px;}
	.index03 .slide .c1 {font-size:23px;}
}
@media(min-width:1200px){
	.index03 {padding:60px 0;}
  	.index03 .t1 {font-size:35px;}
  	.index03 .t2 {margin-top: 10px;}
	.index03 .content {margin-top: 25px;}
	.index03 .slide {margin:27px 0;padding:27px 0;}
	.index03 .slide .img {font-size:26px;height:52px;line-height: 52px;padding:0 13px;}
	.index03 .slide .txtbox {padding-left:35px;}
	.index03 .slide .c1 {font-size:25px;}
	.index03 .slide .c2 {font-size:15px;margin-top: 10px;}
}
@media(min-width:1400px){
	.index03 {padding:70px 0;}
  	.index03 .t1 {font-size:38px;}
  	.index03 .t2 {font-size:17px;margin-top: 13px;}
	.index03 .content {margin-top: 30px;}
	.index03 .slide {margin:32px 0;padding:32px 0;}
	.index03 .slide .img {font-size:28px;height:56px;line-height: 56px;padding:0 14px;}
	.index03 .slide .txtbox {padding-left:40px;}
	.index03 .slide .c1 {font-size:28px;}
}
@media(min-width:1600px){
	.index03 {padding:80px 0;}
  	.index03 .t1 {font-size:40px;}
  	.index03 .t2 {margin-top: 15px;}
	.index03 .content {margin-top: 35px;}
	.index03 .slide {margin:37px 0;padding:37px 0;}
	.index03 .slide .img {font-size:30px;height:60px;line-height: 60px;padding:0 15px;}
	.index03 .slide .txtbox {padding-left:45px;}
	.index03 .slide .c1 {font-size:30px;}
}

.index04 {padding:30px 0;background: #efeeee;position: relative;overflow: hidden;}
.index04 .title {text-align: center;}
.index04 .t1 {color:#333333;font-size:22px;font-weight: bold;position: relative;display:inline-block;}
.index04 .title .t1:before {content:'';position: absolute;left:0;top:50%;height:2px;background: #00a281;width:40px;transform:translateX(-200%);}
.index04 .title .t1:after {content:'';position: absolute;right:0;top:50%;height:2px;background: #00a281;width:40px;transform:translateX(200%);}
.index04 .t2 {color:rgba(0,0,0,.6);margin-left:15px;margin-top: 5px;}
.index04 .content {margin-top:20px;}
.index04 .swiper-slide {margin-top: 0!important;}
.index04 .imgbox {background: #fff;border: 1px solid #eee;}
.index04 .txtbox {color:#666666;background: #fff;line-height: 35px;padding:0 15px;}
.index04 .more {display:block;text-align: center;}
.index04 .more a {text-align: center;color:#fff;background:#00a281;display:inline-block;width:140px;height:35px;line-height: 35px;margin:10px 2px 0;}
.index04 .more a:first-child {background: #adadad;}
.index04 .swiper-slide:hover .txtbox {color:#00a281;}
.index04 .swiper-slide:hover .imgbox img {transform:translate(-50%,-50%) scale(1.05);}
@media(min-width:576px) {
    .index04 {padding:35px 0 30px;}
    .index04 .t1 {font-size:24px;}
    .index04 .content {margin-top:20px;}
}
@media(min-width:768px) {
	.index04 {padding:40px 0 35px;}
  	.index04 .t1 {font-size:28px;}
  	.index04 .content {margin-top:25px;}
}
@media(min-width:992px) {
	.index04 {padding:55px 0 45px;}
  	.index04 .t1 {font-size:32px;}
  	.index04 .content {margin-top:30px;}
}
@media(min-width:1200px) {
	.index04 {padding:70px 0 55px;}
  	.index04 {padding-bottom:50px;}
  	.index04 .t1 {font-size:35px;}
  	.index04 .t2 {margin-top: 10px;}
  	.index04 .content {margin-top:35px;}
  	.index04 .swiper-slide {margin-bottom:20px;}
  	.index04 .txtbox {font-size:15px;line-height:60px;}
  	.index04 .more {font-size:15px;}
    .index04 .more a {height:40px;line-height: 40px;transition:.16s all ease-out;}
  	.index04 .more a:hover {transform:translateY(-5px);box-shadow:0 10px 15px -5px rgba(0,0,0,.6);transition:.16s all ease-in;}
}
@media(min-width:1400px) {
	.index04 {padding:80px 0 65px;}
  	.index04 .t1 {font-size:38px;}
  	.index04 .t2 {font-size:17px;margin-top: 13px;}
  	.index04 .content {margin-top:40px;}
  	.index04 .swiper-slide {margin-bottom:35px;}
}
@media(min-width:1600px) {
	.index04 {padding:90px 0 75px;}
  	.index04 .t1 {font-size:40px;}
  	.index04 .t2 {margin-top: 15px;}
  	.index04 .content {margin-top:45px;}
  	.index04 .swiper-slide {margin-bottom:30px;}
}

.index05 {padding:30px 0;background: #fff;position: relative;overflow: hidden;}
.index05 .title {text-align: center;}
.index05 .t1 {color:#333333;font-size:22px;font-weight: bold;position: relative;display:inline-block;}
.index05 .title .t1:before {content:'';position: absolute;left:0;top:50%;height:2px;background: #00a281;width:40px;transform:translateX(-200%);}
.index05 .title .t1:after {content:'';position: absolute;right:0;top:50%;height:2px;background: #00a281;width:40px;transform:translateX(200%);}
.index05 .t2 {color:rgba(0,0,0,.6);margin-left:15px;margin-top: 5px;line-height: 1.5;}
.index05 .content {color:#fff;margin-top:20px;padding:20px;background: url(../images/in05_bg.jpg) no-repeat;background-size:100% 100%;}
.index05 .content .c1 {font-weight: bold;font-size:18px;line-height: 1.5;}
.index05 .content .c2 {line-height: 2;border-top:1px solid rgba(255,255,255,.42);margin-top:10px;padding-top:10px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow: hidden;text-overflow: ellipsis;}
.index05 .content .slide {margin-top:15px;flex:1;max-width:30%;margin-right:3%;}
.index05 .content .s1 {font-weight:bold;font-family:'Arial';font-size:32px;}
.index05 .content .s1 span {font-size:16px;vertical-align: text-top;}
.index05 .content .s2 {color:rgba(255,255,255,.84);margin-top: 5px;line-height: 1.5;}
.index05 .more {text-align: center;color:#f4f4f4;border:1px solid #f4f4f4;display:block;width:140px;height:35px;line-height: 35px;margin-top:15px;}
@media(min-width:576px) {
    .index05 {padding:35px 0 30px;}
    .index05 .t1 {font-size:24px;}
    .index05 .content {margin-top:20px;padding:20px 30px;}
    .index05 .content .c1 {font-size:20px;}
    .index05 .content .s1 {font-size:34px;}
    .index05 .content .s1 span {font-size:17px;}
}
@media(min-width:768px) {
    .index05 {padding:40px 0 35px;}
    .index05 .t1 {font-size:28px;}
    .index05 .content {margin-top:25px;padding:25px 40px;}
    .index05 .content .c1 {font-size:22px;}
    .index05 .content .s1 {font-size:36px;}
    .index05 .content .s1 span {font-size:18px;}
}
@media(min-width:992px) {
    .index05 {padding:55px 0 45px;}
    .index05 .t1 {font-size:32px;}
    .index05 .content {margin-top:30px;padding:30px 55px;}
    .index05 .content .c1 {font-size:24px;}
    .index05 .content .slide {margin-top:20px;}
    .index05 .content .s1 {font-size:39px;}
    .index05 .content .s1 span {font-size:19px;}
    .index05 .content .s2 {font-size:13px;}
}
@media(min-width:1200px) {
    .index05 {padding:70px 0 55px;}
    .index05 {padding-bottom:50px;}
    .index05 .t1 {font-size:35px;}
    .index05 .t2 {margin-top: 10px;}
    .index05 .content {margin-top:35px;padding:35px 70px;}
    .index05 .content .c1 {font-size:27px;}
    .index05 .content .c2 {margin-top: 15px;padding-top: 15px;}
    .index05 .content .s1 {font-size:41px;}
    .index05 .content .s1 span {font-size:20px;}
    .index05 .content .s2 {font-size:14px;}
    .index05 .more {font-size:15px;height:40px;line-height: 40px;margin-top: 20px;transition:.16s all ease-out;}
    .index05 .more:hover {transform:translateY(-5px);box-shadow:0 10px 15px -5px rgba(0,0,0,.6);transition:.16s all ease-in;}
}
@media(min-width:1400px) {
    .index05 {padding:80px 0 65px;}
    .index05 .t1 {font-size:38px;}
    .index05 .t2 {font-size:17px;margin-top: 13px;}
    .index05 .content {margin-top:40px;padding:40px 85px;}
    .index05 .content .c1 {font-size:29px;}
    .index05 .content .slide {margin-top:25px;}
    .index05 .content .s1 {font-size:43px;}
    .index05 .content .s1 span {font-size:22px;}
    .index05 .more {margin-top: 25px;}
}
@media(min-width:1600px) {
    .index05 {padding:90px 0 75px;}
    .index05 .t1 {font-size:40px;}
    .index05 .t2 {margin-top: 15px;}
    .index05 .content {margin-top:45px;padding:45px 95px;}
    .index05 .content .c1 {font-size:31px;}
    .index05 .content .slide {margin-top:30px;}
    .index05 .content .s1 {font-size:45px;}
    .index05 .content .s1 span {font-size:24px;}
    .index05 .more {margin-top: 30px;}
}

.index06 {padding:25px 0 20px;background:url(../images/in06_bg.jpg) no-repeat;background-size:cover;overflow: hidden;position: relative;}
.index06 .t1 {color:#fff;font-weight: bold;font-size:22px;}
.index06 .content {margin-top: 15px;margin-bottom: 20px;}
.index06 .slide {padding:15px;background: #fff;}
.index06 .slide .imgbox {width:20%;width:140px;margin-right: 15px;}
.index06 .slide .imgbox:after {padding-top: 68%;}
.index06 .slide .txtbox {flex:1;width:50%;}
.index06 .slide .c1 {color:#333333;font-size:14px;line-height: 1.3;}
.index06 .slide .d1 {color:#999999;font-size:12px;}
.index06 .slide .c2 {line-height: 1.5;color:#999999;margin-top: 7px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow: hidden;text-overflow: ellipsis;}
.index06 .more {color:#fff;position: relative;}
.index06 .more:before {content:'';display:inline-block;position: relative;top:0;transition:.3s all;transform: translateY(-5px);height:1px;width:40px;background: #fff;margin-right:10px;}
.index06 .s1 {color:rgba(255,255,255,.52);line-height: 1.4;margin-top: 10px;}
.index06 .s2 {color:rgba(255,255,255,.55);height:35px;line-height: 35px;margin-bottom: 10px;background: rgba(255,255,255,.23);border:1px solid rgba(255,255,255,.3);}
.index06 .s3 {flex:1;}
.index06 input {color:rgba(255,255,255,.55);border:none;background: none;padding:0 15px;}
.index06 .submit {cursor:pointer;height:35px;line-height: 35px;color:#fff;background: #00a281;text-align: center;}
@media(min-width:576px) {
  .index06 {padding:30px 0 20px;}
  .index06 .t1 {font-size:23px;}
}
@media(min-width:768px) {
  .index06 {padding:35px 0 25px;}
  .index06 .t1 {font-size:24px;}
  .index06 .content {margin-top: 20px;margin-bottom: 25px;}
  .index06 .slide .c1 {font-size:15px;flex:1;width:50%;}
}
@media(min-width:992px) {
  .index06 {padding:40px 0 30px;}
  .index06 .t1 {font-size:25px;}
  .index06 .content {margin-top: 20px;margin-bottom: 30px;}
  .index06 .slide .imgbox {margin-right: 20px;}
  .index06 .slide .c1 {font-size:16px;}
  .index06 .slide .c2 {font-size:13px;}
  .index06 .slide:hover .c1 {color:#00a281;}
  .index06 .slide:hover .c2 {text-decoration: underline;}
  .index06 .s1 {margin-top: 15px;font-size:13px;}
  .index06 .s2 {font-size:13px;height:40px;line-height: 40px;margin-right: 10px;margin-bottom: 0;}
  .index06 .submit {height:40px;line-height: 40px;width:16%;}
}
@media(min-width:1200px) {
  .index06 {padding:50px 0 40px;}
  .index06 .t1 {font-size:26px;}
  .index06 .more:hover {color:#00a281;}
  .index06 .more:hover:before {background: #00a281;margin-right:15px;transition:.3s all;}
  .index06 .content {margin-top: 25px;margin-bottom: 40px;}
  .index06 .slide {padding:15px 20px;transition:.3s all linear;}
  .index06 .slide:hover {box-shadow:5px 5px 0 0 rgba(255,255,255,.6);transition:.3s all linear;}
  .index06 .slide .imgbox {margin-right: 25px;}
  .index06 .slide .c1 {font-size:17px;}
  .index06 .slide .c2 {font-size:14px;}
  .index06 .s2 {font-size:14px;height:45px;line-height: 45px;}
  .index06 .submit {height:45px;line-height: 45px;}
}
@media(min-width:1400px) {
  .index06 {padding:60px 0 50px;}
  .index06 .t1 {font-size:27px;}
  .index06 .content {margin-top: 30px;margin-bottom: 50px;}
  .index06 .slide .imgbox {margin-right: 30px;}
  .index06 .s1 {margin-top: 20px;font-size:14px;}
  .index06 .s2 {font-size:15px;height:50px;line-height: 50px;}
  .index06 .submit {height:50px;line-height: 50px;}
}
@media(min-width:1600px) {
  .index06 {padding:70px 0 60px;}
  .index06 .t1 {font-size:28px;}
  .index06 .content {margin-top: 35px;margin-bottom: 60px;}
}

.sidebox .type .s1 {color:#fff;background: #00a281;font-size:17px;line-height: 55px;padding-left: 20px;}
.sidebox .type .m1 {transform:rotate(-90deg);}
.sidebox .type .s1.active .m1 {transform:rotate(0deg);}
.sidebox .type .list {border-left:1px solid #dedede;border-right:1px solid #dedede;}
.sidebox .type .list .slide {color:#444444;border-bottom:1px solid #dedede;line-height: 35px;padding:0 20px;background:url(../images/i.png) no-repeat right 15px center;}
.sidebox .type .list .slide a {display:block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.sidebox .type .contact {background: #e8e8e8;padding:20px 15px;margin-top: 10px;}
.sidebox .type .contact .s2 {color:#333333;font-weight: bold;font-size:14px;}
.sidebox .type .contact .s2:after {content:'';display:block;background: #00a281;height:3px;width:40px;margin: 5px 0;}
.sidebox .type .contact .s3 {color:#333333;line-height: 2;}
.sidebox .type .contact .tel {color:#fff;background: #00a281;height:35px;margin-top: 10px;}
.sidebox .type .contact .tel .icon {font-size:150%;border-right:1px solid #e8e8e8;margin-right:10px;width:35px;height:35px;line-height: 35px;text-align: center;}
.sidebox .type .contact .s4 {font-weight: bold;font-size:16px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
@media(max-width:991px) {
  .sidebox .type .list {display:none;}
  .sidebox .type .list.active {display:block;}
}
@media(min-width:768px) {
  .sidebox .type .s1 {font-size:18px;line-height: 60px;}
  .sidebox .type .list .slide {line-height: 42px;}
  .sidebox .type .contact .s2 {font-size:15px;}
  .sidebox .type .contact .s2:after {margin:10px 0;}
  .sidebox .type .contact .s4 {font-size:17px;}
}
@media(min-width:992px) {
  .sidebox {flex:0 0 24%;max-width:24%;height:100%;}
  .sidebox .type .s1 {font-size:19px;line-height: 65px;}
  .sidebox .type .list .slide {border-left:2px solid rgba(0,0,0,0);line-height: 47px;text-align: left;padding:0 20px;transition: .2s all linear;}
  .sidebox .type .list .slide:hover,.sidebox .type .list .slide.active {background: #f8f8f8 url(../images/i.png) no-repeat right 10px center;border-left:2px solid #00a281;transition: .2s all linear;}
  .sidebox .type .contact .s2 {font-size:16px;}
  .sidebox .type .contact .s2:after {margin:11px 0;}
  .sidebox .type .contact .s3 {font-size:13px;}
  .sidebox .type .contact .tel {height:38px;margin-top: 15px;}
  .sidebox .type .contact .tel .icon {width:38px;height:38px;line-height: 38px;}
  .sidebox .type .contact .s4 {font-size:18px;}
}
@media(min-width:1200px) {
  .sidebox {max-width:264px;}
  .sidebox .type .s1 {font-size:20px;line-height: 70px;padding-left: 25px;}
  .sidebox .type .list .slide {line-height: 53px;padding:0 20px 0 25px;}
  .sidebox .type .contact {padding:25px 15px;}
  .sidebox .type .contact .s2 {font-size:17px;padding:0 10px;}
  .sidebox .type .contact .s2:after {margin:13px 0;}
  .sidebox .type .contact .s3 {font-size:14px;padding:0 10px;}
  .sidebox .type .contact .tel {height:40px;margin-top: 20px;}
  .sidebox .type .contact .tel .icon {width:40px;height:40px;line-height: 40px;}
  .sidebox .type .contact .s4 {font-size:19px;}
}
@media(min-width:1400px) {
  .sidebox .type .s1 {font-size:21px;line-height: 75px;padding-left: 30px;}
  .sidebox .type .list .slide {line-height: 57px;padding-left:30px;}
  .sidebox .type .contact {padding:30px 15px;}
  .sidebox .type .contact .s2 {font-size:18px;}
  .sidebox .type .contact .tel {height:43px;margin-top: 25px;}
  .sidebox .type .contact .tel .icon {width:43px;height:43px;line-height: 43px;}
  .sidebox .type .contact .s4 {font-size:20px;}
}
@media(min-width:1600px) {
  .sidebox .type .s1 {font-size:22px;line-height: 80px;}
  .sidebox .type .list .slide {line-height: 60px;}
  .sidebox .type .contact .s2 {font-size:19px;}
  .sidebox .type .contact .tel {height:45px;margin-top: 30px;}
  .sidebox .type .contact .tel .icon {width:45px;height:45px;line-height: 45px;}
  .sidebox .type .contact .s4 {font-size:21px;}
}

/*内页主体布局样式*/
.inpage {min-height: 400px;padding:0px 0 20px;background:#fff;}
/*内页侧边*/
/*内页主内容区*/
.inpage .mainbox .t1 {color:#333;font-size:18px;font-weight: bold;line-height: 2;border-bottom:1px solid #eee;position:relative;}
.inpage .mainbox .t1:before {content:'';display:block;position:absolute;bottom:0;left:0;height:3px;width:80px;background:#00a281;}
.inpage .mainbox .content {line-height: 2;margin-top: 15px;}
.inpage .mainbox .content .info img {max-width:100%!important;height:unset!important;margin:5px 0;}
/*图片列表页样式*/
.inpage .mainbox .content .list:after {content:'';display:block;clear:both;}
.inpage .mainbox .content .list .slide {float:left;width:49%;margin-right:2%;margin-bottom:5px;box-sizing:border-box;}
.inpage .mainbox .content .list .slide:nth-child(2n) {margin-right:0;}
.inpage .mainbox .content .list .slide .imgbox {background: #eee;border:1px solid #eee;}
.inpage .mainbox .content .list .slide .txtbox {border:1px solid #eee;height:35px;padding:0 10px;display:flex;align-items:center;justify-content: space-between;}
.inpage .mainbox .content .list .slide .txtbox .g1 {color:#333;flex:0 0 100%;max-width: 100%;overflow:hidden;text-overflow: ellipsis;white-space: nowrap;}
.inpage .mainbox .content .list .slide .txtbox .g2 {color:#999999;flex:0 0 0%;max-width: 0%;text-align:right;overflow:hidden;text-overflow: ellipsis;white-space: nowrap;}
.inpage .mainbox .content .list .slide .txtbox .g2:hover {color:#f00;}
.inpage .mainbox .content .list .slide .imgbox img {-webkit-transition:all 1s ease-in-out 0s;-moz-transition:all 1s ease-in-out 0s;-ms-transition:all 1s ease-in-out 0s;-o-transition:all 1s ease-in-out 0s;transition:all 1s ease-in-out 0s;-webkit-transform:translate(-50%,-50%) scale(1.01);-ms-transform:translate(-50%,-50%) scale(1.01);-o-transform:translate(-50%,-50%) scale(1.01);transform:translate(-50%,-50%) scale(1.01);opacity:1;filter:alpha(opacity=100);}
.inpage .mainbox .content .list .slide .imgbox:hover img {transform:translate(-50%,-50%) scale(1.1);}
.inpage .mainbox .content .list .slide .txtbox .g1:hover {color:#00a281;}
/*落地页视频样式*/
.inpage .mainbox .content .video {width:800px;max-width:100%;height:300px;margin:20px auto;}
.inpage .mainbox .content .video .jw-controlbar {width:100%;}
/*落地页样式*/
.inpage .mainbox .content .c1 {font-size:18px;}
.inpage .mainbox .content .c2 {color:#c8c8c8;line-height: 40px;border-bottom:1px dashed #ddd;}
.inpage .mainbox .content .c2 a {color:#333;}
.inpage .mainbox .content .img {margin:20px auto 0;text-align: center;}
.inpage .mainbox .content .info {padding-bottom:40px;margin-top:20px;line-height: 24px;text-align:justify;}
.inpage .mainbox .content .info img {max-width:100%;}
.inpage .mainbox .content .info strong {font-weight: bold;}
.inpage .mainbox .content .info ul {padding-left:20px;}
.inpage .mainbox .submit {background:#00a281;border-color:#00a281;color:#fff;}
/*推荐文章*/
.inpage .recommendlist {margin-top:10px;}
.inpage .recommendlist .slide a {flex:1;width:50%;margin-right:15px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.inpage .recommendlist .slide a:hover {color:#00a281;text-decoration: underline;}
.inpage .recommendlist .time {color:#999;font-size:12px;}
/*留言提示*/
.msgtip {line-height: 1.7;margin-top:20px;border:1px dashed #ccc;border-radius:10px;display:inline-block;padding:15px;}
.msgtip .h5 {color:red;}
.msgtip .m1 {color:#999;font-size:80%;}
@media(min-width:375px) {
	/*图片列表页样式*/
	.inpage .mainbox .content .list .slide .txtbox .g1 {flex:0 0 60%;max-width: 60%;}
	.inpage .mainbox .content .list .slide .txtbox .g2 {flex:0 0 40%;max-width: 40%;}
}
@media(min-width:768px) {
	/*内页侧边*/
	/*内页主内容区*/
	.inpage .mainbox .t1 {font-size:22px;}
	/*图片列表页样式*/
	.inpage .mainbox .content .list .slide .txtbox .g1 {flex:0 0 66%;max-width: 66%;}
	.inpage .mainbox .content .list .slide .txtbox .g2 {flex:0 0 36%;max-width: 36%;}
}
@media(min-width:992px) {
	.inpage {padding:0px 0 30px;}
	/*内页侧边*/
	/*内页主内容区*/
	.inpage .mainbox {flex:0 0 73%;max-width:73%;margin-left: auto;}
	.inpage .mainbox .swiper-slide .txtbox {font-size:14px;height:40px;padding:0 15px;}
	.inpage .mainbox .t1 {font-size:26px;}
	.inpage .mainbox .content {margin-top: 20px;}
	/*图片列表页样式*/
  	.inpage .mainbox .content .list .slide {width:32%;margin-bottom:10px;}
  	.inpage .mainbox .content .list .slide:nth-child(2n) {margin-right:2%;}
  	.inpage .mainbox .content .list .slide:nth-child(3n) {margin-right:0%;}
	.inpage .mainbox .content .list .slide .txtbox {font-size:14px;height:40px;padding:0 15px;}
	.inpage .mainbox .content .list .slide .txtbox .g1 {flex:0 0 55%;max-width: 55%;}
	.inpage .mainbox .content .list .slide .txtbox .g2 {flex:0 0 45%;max-width: 45%;}
	/*视频*/
  	.inpage .mainbox .content .video {height:350px;}
  	/*推荐列表*/
	.inpage .recommendlist {margin-top:15px;}
	.inpage .recommendlist .time {font-size:13px;}
}
@media(min-width:1200px) {
	.inpage {padding:0px 0 40px;}
	/*内页主内容区*/
	.inpage .mainbox {flex:0 0 80%;max-width:80%;padding-left: 3%;}
	.inpage .mainbox .t1 {font-size:28px;}
	.inpage .mainbox .content {margin-top: 25px;}
	/*图片列表页样式*/
	.inpage .mainbox .content .list .slide {margin-bottom: 12px;}
	.inpage .mainbox .content .list .slide .txtbox {height:50px;padding:0 20px;border-top:none;}
	.inpage .mainbox .content .list .slide .imgbox:before {position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(255,255,255,.3);content:'';-webkit-transition:all .6s ease-in-out 0s;-moz-transition:all .6s ease-in-out 0s;-ms-transition:all .6s ease-in-out 0s;-o-transition:all .6s ease-in-out 0s;transition:all .6s ease-in-out 0s;-webkit-transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-101%,0);transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-110%,0);opacity:0.7;}
  .inpage .mainbox .content .list .slide:hover .txtbox {color: #00a281;}
  .inpage .mainbox .content .list .slide:hover .imgbox {background:#000;border-bottom:0;}
  .inpage .mainbox .content .list .slide:hover .imgbox:before {-webkit-transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,101%,0);transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,110%,0);opacity:1;}
  .inpage .mainbox .content .list .slide:hover .imgbox img {-webkit-transform:translate(-50%,-50%) scale(1.1);-ms-transform:translate(-50%,-50%) scale(1.1);-o-transform:translate(-50%,-50%) scale(1.1);transform:translate(-50%,-50%) scale(1.1);opacity:0.6;filter:alpha(opacity=60);}


  	.inpage .mainbox .content .video {height:450px;}
  	.inpage .mainbox .content .info {line-height: 32px;padding-bottom:60px;}
  	.inpage .mainbox .content .c1 {font-size:22px;}
  	.inpage .mainbox .content .c2 {font-size:14px;line-height: 50px;}
  	/*推荐列表*/
	.inpage .recommendlist {margin-top:20px;}
}
@media(min-width:1400px) {
	.inpage {padding:0px 0 50px;}
	/*内页主内容区*/
	.inpage .mainbox {padding-left: 4%;}
	.inpage .mainbox .t1 {font-size:30px;}
	.inpage .mainbox .content {margin-top: 30px;}
	/*图片列表页样式*/
	.inpage .mainbox .content .list .slide {margin-bottom: 15px;}
	.inpage .mainbox .content .list .slide .txtbox {height:55px;}
}
@media(min-width:1600px) {
	.inpage {padding:0px 0 60px;}
	/*内页主内容区*/
	.inpage .mainbox {padding-left: 5%;}
	.inpage .mainbox .t1 {font-size:32px;}
	.inpage .mainbox .content {margin-top: 35px;}
	/*图片列表页样式*/
	.inpage .mainbox .content .list .slide .txtbox {height:60px;}
}

.goods02 {padding:0 0 10px;background: #fff;}
.goods02 h3 {margin-bottom: 10px;font-size:24px;line-height: 32px;}
.goods02 h4 {margin-top:15px;font-size:120%;color:#00a281;line-height: 1.5;border-bottom:1px solid #00a281;display:inline-block;}
.goods02-main-img {border:1px solid #eee;overflow:hidden;}
.goods02-imgmore {margin-top:10px;}
.goods02-imgmore-slide {border-radius:10px;border:1px solid #f5f5f5;overflow:hidden;}
.goods02-imgmore-slide img,.goods02-main-img img {max-height:100%;max-width:100%;width:unset;}
.goods02-imgmore-slide.active {border:1px solid #00a281;}
.goods02-right .goods02-options .c1 {margin-top: 10px;line-height: 1.7;color:#4e4e4e;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow: hidden;text-overflow: ellipsis;}
.goods02-right .goods02-submit {margin-top:10px;padding:10px 0;}
.goods02-right .goods02-submit div {flex:1;}
.goods02-right .goods02-submit div a {background:#00a281;color:#fff;width:180px;margin:0 5px;border-radius:50px;line-height: 34px;text-align:center;display:block;}
.goods02-right .goods02-submit div:nth-child(1) {padding-right:40px;}
.goods02-right .goods02-submit div:nth-child(2) {line-height: 17px;color:#797979;margin-top:15px;}
.goods02-right .goods02-submit div b {font-size:16px;display:block;color:#f00;}
.goods02-slide-title {color:#999;position:relative;padding-left:10px;margin-top: 10px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.goods02-slide-title:after {content:'';background:#00a281;position:absolute;left:0;top:50%;transform:translateY(-50%);height:15px;width:3px;}
.goods02-prev.swiper-button-prev {font-size:0;background:url(../images/r.png) no-repeat center;}
.goods02-next.swiper-button-next {font-size:0;background:url(../images/l.png) no-repeat center;}
.goods02-prev.swiper-button-prev:after,.goods02-next.swiper-button-next:after {font-size:0;}
.goods02-next.swiper-button-next.swiper-button-disabled, .goods02-prev.swiper-button-prev.swiper-button-disabled {display:block;}
.shuiyin {font-size: 18px;line-height: 40px;color: #fff;left: 0;top: 0;right:0;bottom:0;opacity: 0.5;position: absolute;z-index: 999;display:flex;align-items:center;justify-content: center;text-align: center;}
@media(max-width:767px) {
  .goods02-submit {padding:12px 15px;}
  .goods02-submit div { white-space: nowrap;}
}
@media(min-width:768px) {
  .goods02 {padding:0 0 20px;}
  .goods02 h4 {margin-top:20px;}
  .goods02-submit {margin-top:15px;}
}
@media(min-width:992px) {
  .goods02 {padding:0 0 30px;}
  .goods02 h3 {margin-bottom: 15px;}
  .goods02 h4 {margin-top:0px;}
  .goods02-right .goods02-options .c1 {font-size:13px;}
  .goods02-right .goods02-submit {margin-top:18px;}
  .goods02-right .goods02-submit div a {line-height: 50px;font-size:16px;transition: .16s all ease-out;}
  .goods02-right .goods02-submit div a:hover {transform: translateY(-5px);box-shadow: 0 10px 15px -5px rgb(0 0 0 / 60%);transition: .16s all ease-in;}
  .goods02-right .goods02-submit div:nth-child(2) {line-height: 36px;}
  .goods02-right .goods02-submit div b {font-size:32px;}
  .shuiyin {font-size:28px;line-height: 70px;}
	.goods02-imgmore {margin-top:15px;}
}
@media(min-width:1200px) {
  .goods02 {padding:0 0 40px;}
  .goods02 h3 {margin-bottom: 20px;}
  .goods02-right {padding-left:3%!important;}
  .goods02-right .goods02-options .c1 {font-size:14px;}
  .goods02-right .goods02-submit {margin-top:20px;}
  .goods02-right .goods02-submit div:nth-child(2) {margin-top: 20px;}
	.goods02-imgmore {margin-top:20px;}
}
@media(min-width:1400px) {
  .goods02 {padding:0 0 50px;}
  .goods02 h3 {margin-bottom: 25px;}
  .goods02-right .goods02-options .c1 {font-size:15px;}
  .goods02-right .goods02-submit {margin-top:24px;}
  .goods02-right .goods02-submit div:nth-child(2) {margin-top: 25px;}
	.goods02-imgmore {margin-top:25px;}
}
@media(min-width:1600px) {
  .goods02 {padding:0 0 60px;}
}

.goods03 {padding:20px 0;}
.goods03-title {background:#fff;line-height: 20px;position:relative;}
.goods03-title h3 {line-height: 32px;font-size:20px;}
.goods03-title i {display:block;position:relative;height:1px;background: #f5f5f5;}
.goods03-title i:before {content:'';position:absolute;left:0;top:-1px;width:100px;height:3px;background:#00a281;}
.goods03-title span {display:block;height:5px;background:#00a281;position:absolute;top:0;left:0;right:0;}
.goods03-content {background:#fff;padding:15px 0;line-height: 25px;text-align: justify;overflow:hidden;}
.goods03-content img {max-width:100%!important;}
.goods03-content table {max-width:100%!important;width:100%!important;}
.goods03-slide-imgbox {border: 1px solid #eee;}
.goods03-slide-title {line-height: 3;text-align: center;}
.goods03-slide:hover {color:#00a281;}
.goods03-slide:hover img {transform:translate(-50%,-50%) scale(1.1);}
@media (min-width:992px) {
  .goods03 {padding-bottom: 50px;}
  .goods03-title {line-height: 30px;}
  .goods03-title h3 {line-height: 36px;font-size:24px;}
  .goods03-title i {margin-top:10px;}
  .goods03-content .slide:hover {color:#00a281;}
}
@media(min-width:1200px) {
  .goods03-title {padding:25px 0;}
  .goods03-title h3 {line-height: 43px;}
  .goods03-content {padding:0 0 25px;font-size:15px;line-height: 32px;}
}

/*文章列表页样式*/
.news .list {padding-top:25px;}
.news .list .slide {margin-bottom:5px;padding:15px 0;position:relative;background: #fff;transition:.3s all;}
.news .list .slide:before {content:'';width:100%;height:1px;display:block;background:#eee;margin-bottom:15px;transition:.6s width;}
.news .list .slide .imgbox:after {padding-top:65%;}
.news .list .slide .c1 {color:#333;font-weight:bold;font-size:16px;line-height:22px;position:relative;}
.news .list .slide .c2 {color:rgba(0,0,0,.6);margin-top:10px;line-height: 1.8;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;text-overflow: ellipsis;-webkit-box-orient: vertical;text-align:justify;}
.news .list .slide .c3 {color:rgba(0,0,0,.4);margin-top: 10px;font-size:12px;}
.news .list .slide:hover {transform:translateY(-5px);box-shadow: 0 5px 0 0 rgba(0,0,0,.1)}
.news .list .slide:hover .c1 {color:#00a281;}
.news .list .slide:hover .c3 {color:#00a281;}
.news .list .slide:hover:before {background:#00a281;width:150px;transition:.6s all;}
@media(max-width:767px) {
  .news .list .slide .c1 {margin-top:15px;}
}
@media(min-width:992px) {
  .news .list .slide {padding:20px 0;}
  .news .list .slide:before {margin-bottom:25px;}
  .news .list .slide a {display:flex;}
  .news .list .slide .imgbox {margin-right:5%;width:230px;}
  .news .list .slide .txtbox {flex:1;width:50%;}
  .news .list .slide .c1 {font-size:20px;}
  .news .list .slide .c2 {margin-top:15px;}
  .news .list .slide .c3 {margin-top: 15px;font-size:13px;}
}
@media(min-width:1200px) {
  .news .list .slide .c2 {margin-top:20px;}
}

/*围绕一个圆心转圈动画*/
@keyframes whirl{
    100%{ transform: rotate(1turn);}
}

.video-shadow {display: none;position:fixed;z-index:99999;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.8);}
.video-panel {height:275px;width:365px;padding:5px;background:#f8f8f8;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);}
.video-shadow .close {position:absolute;bottom:5%;left:50%;transform:translateX(-50%);width:100px;height:40px;line-height:40px;border-radius:20px;background: #fff;text-align:center;}
@media(min-width:768px) {
  .video-panel {height:362px;width:630px;}
}
@media(min-width:992px) {
  .video-panel {height:420px;width:730px;}
}
@media(min-width:1200px) {
  .video-panel {height:500px;width:870px;}
}
@media(min-width:1440px) {
  .video-panel {height:724px;width:1260px;}
}

.contact-list {padding-top:15px;}
.contact-list .lineT {border-left: 5px solid #911f1f;padding-left: 10px;}
.contact-list {border: 1px solid #efefef !important;background: #fafafa;border-radius: 10px;margin-bottom: 30px;}
.contact-list li {margin-bottom: 10px;}
.contact-list ul {padding:0 15px;}
.contact-list ul li div {padding-left: 60px;color: #595959;padding: 15px 15px 15px 60px;border-radius: 5px;}
.contact-list ul li div.icon-01 {background: url(../images/contact-icon-01.png) no-repeat 10px 10px #fff;}
.contact-list ul li div.icon-02 {background: url(../images/contact-icon-02.png) no-repeat 10px 10px #fff;}
.contact-list ul li div.icon-03 {background: url(../images/contact-icon-03.png) no-repeat 10px 10px #fff;}
.contact-list ul li div.icon-04 {background: url(../images/contact-icon-04.png) no-repeat 10px 10px #fff;}
.contact-list ul li div.icon-05 {background: url(../images/contact-icon-05.png) no-repeat 10px 10px #fff;}
.contact-list ul li div.icon-06 {background: url(../images/contact-icon-06.png) no-repeat 10px 10px #fff;}
.contact-map {overflow: hidden;}
#dituContent {height:55.79vw;}
#dituContent img {max-width:unset!important;}
@media(min-width:576px) {
}
@media(min-width:768px) {
}
@media(min-width:992px) {
	#dituContent {height:27.895vw;}
}
@media(min-width:1200px) {
}
@media(min-width:1400px) {
}
@media(min-width:1600px) {
}

.footer {color:rgba(255,255,255,1);background: #00a281;padding-top:15px;}
.footer a {color:rgba(255,255,255,1);}
.footer a:hover {color:#fff;text-decoration: underline;}
.footer .sharebox {margin-top:15px;display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: -o-flex;display: flex;}
.footer .sharebox a {flex-basis:25%;max-width:25%;transition:.16s all;}
.footer .list {margin-top:10px;}
.footer .list a {line-height: 1.8;}
.footer .ftel {padding-bottom: 10px;border-bottom:1px solid #4a4b4a;background:url(../images/f_img.png) no-repeat right top;background-size: auto 80%;}
.footer .ftel .s2 {color:#00a281;font-weight: bold;font-size:20px;margin-top: 10px;}
.footer .faddress {line-height: 2.2;}
.footer .f-nav {line-height: 2.2;flex-wrap:wrap;display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: -o-flex;display: flex;}
.footer .f-nav a {flex-basis:50%;max-width:50%;}
.footer .ewm img {width:95px;}
.footer .fbottom {color:rgba(255,255,255,.6);line-height: 1.7;padding: 10px;margin-top: 10px;}
@media(min-width:768px) {
  .footer .fbottom {margin-top: 20px;}
}
@media(min-width:992px) {
  .footer {padding-top:20px;}
  .footer .fbottom {font-size:14px;padding:15px;margin-top: 25px;}
}
@media(min-width:1200px) {
	.footer .faddress {font-size:15px;}
  .footer .fbottom {margin-top: 35px;}
  .footer .sharebox a:hover {transform: translateY(-5px);transition:.16s all;}
}
@media(min-width:1400px) {
  .footer {padding-top:25px;}
  .footer .fbottom {margin-top: 40px;}
}
@media(min-width:1600px) {
  .footer {padding-top:30px;}
  .footer .fbottom {margin-top: 45px;}
}

.footer-bar {height:70px;z-index:99;transition:.36s all;}
.footer-bar .list {color:#fff;background:#333;display:flex;position:fixed;bottom:0;left:0;right:0;height:70px;z-index:99;}
.footer-bar .slide {flex:1;text-align: center;line-height: 30px;}
.footer-bar .slide:hover {color:#fff;}
.footer-bar .slide i {display:block;font-size:25px;padding-top:10px;}
@media(max-width:991px) {
  .footer-bar.hide {display:none;}
}

#bdshare_weixin_qrcode_dialog {height:unset!important;}